home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Dev / lame_src / newmdct.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-01  |  176 b   |  7 lines

  1. #ifndef MDCT_DOT_H
  2. #define MDCT_DOT_H
  3. void mdct_sub48(lame_global_flags *gfp,short *w0, short *w1,
  4.           FLOAT8 mdct_freq[2][2][576],
  5.           III_side_info_t *l3_side);
  6. #endif
  7.